FlexReport for WinForms
FindLastIndex(Int32,Predicate<TItem>) メソッド


C1.Report.4.6.2 アセンブリ > C1.Report.Rendering 名前空間 > BrickCollection<TItem> クラス > FindLastIndex メソッド : FindLastIndex(Int32,Predicate<TItem>) メソッド
シンタックス
'宣言
 
Public Overloads Function FindLastIndex( _
   ByVal startIndex As System.Integer, _
   ByVal match As System.Predicate(Of TItem) _
) As System.Integer
'使用法
 
Dim instance As BrickCollection(Of TItem)
Dim startIndex As System.Integer
Dim match As System.Predicate(Of TItem)
Dim value As System.Integer
 
value = instance.FindLastIndex(startIndex, match)
public System.int FindLastIndex( 
   System.int startIndex,
   System.Predicate<TItem> match
)

パラメータ

startIndex
match
参照

参照

BrickCollection<TItem> クラス
BrickCollection<TItem> メンバ
オーバーロード一覧